net_handle_t

The corresponding C type for android.net.Network#getNetworkHandle() return values. The Java signed long value can be safely cast to a net_handle_t:

C ((net_handle_t) java_long_network_handle) [C++] static_cast<net_handle_t>(java_long_network_handle)

as appropriate.

extern (C) nothrow @nogc
alias net_handle_t = c_ulong

Meta